home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Gfx / Show / SuperView / SuperViewLibrary / Docs / HowToInstall.doc < prev    next >
Text File  |  1995-08-02  |  3KB  |  74 lines

  1.  
  2.  Installation guide for experienced users
  3.  
  4.  Some quick notes on how to install the program if the InstallerScript
  5.  does not work, or if additional things have to be done
  6.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.  
  8.  *** Overview ***
  9.  
  10.  Due to some changes within the script, installation of the libraries
  11.  now can be done to any directory, so that these may be installed
  12.  separately to the system libraries.
  13.  Adding the superview-Library to the system would then be managed via
  14.  
  15.      Assign LIBS: [PATH] ADD
  16.  
  17.  somewhere in the User-Startup.
  18.  While the installation will be done automatically, this command will
  19.  not yet be added to the batchfile simultaneously.
  20.  
  21.  You also should place an Assign for the virtual memory path there:
  22.  
  23.      Assign VMEM: HD1:Somewhere
  24.  
  25.  After installation, your LIBS: (or ADD-assigned) directory should look
  26.  like this:
  27.  
  28.  (libs)
  29.         (svobjects)    XXX.svobject
  30.                        YYY.svobject
  31.                        ...
  32.         (svdrivers)    AAA.svdriver
  33.                        BBB.svdriver
  34.                        ...
  35.         (svoperators)  123.svoperator
  36.                        456.svoperator
  37.                        ...
  38.   superview.library
  39.   superviewsupport.library
  40.  
  41.  
  42.  Note, that is is important, that the names of the single Libraries
  43.  are exactly the same as in the original archive (case-sensitivity).
  44.  If you copy "YUVN.svobject" as "yuvn.svobject" it will no longer
  45.  be recognized by the Library.
  46.  This is because the name is also hard-coded for identification and
  47.  since the corresponding functions are case-sensitive, there's a
  48.  need for such restrictions.
  49.  
  50.  Also, some SVOBjects/SVOperators may need a (relatively) large
  51.  Stacksize, e.g. Dither24.svoperator.
  52.  When using it with only 4096 Bytes of Stack memory it'll sure crash.
  53.  Use at least 32768 Bytes with any program using the library.
  54.  
  55.  *** Details ***
  56.  
  57.  After you've performed the main installation procedure, you might
  58.  wish to do some more detailed configurations...
  59.  Usually, some ControlPad files for preferences settings on SVObjects,
  60.  SVDrivers, SVOperators or the library itself will be placed at the
  61.  location "ENV:superview-library/" during installation, depending on
  62.  your specified configuration (ECS, AGA, CyberGraphics, ...).
  63.  
  64.  For a detailed list of available ControlPad files and settings you should
  65.  take a look at the corresponding doc-file "ControlPads" within this
  66.  directory.
  67.  
  68.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69.  04.06.95  This installation guide refers to superview.library V11.8.
  70.            There might be more or different things to be done in
  71.            the future!
  72.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73.  
  74.